home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
imagecat.swf
/
scripts
/
frame_8
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
321 b
|
23 lines
stop();
timeup = "0";
while("9" >= timeup)
{
tellTarget("base_" add timeup)
{
gotoAndStop(2);
}
timeup += "1";
}
timeup2 = "0";
while("9" >= timeup2)
{
tellTarget("/pice_" add timeup2)
{
if(on_ == "0")
{
gotoAndStop(2);
}
}
timeup2 += "1";
}